/ Assembly List / LJCDataUtility / ProcBuilder / AddUniqueKey

Namespace - LJCDataUtility


Parameters
tableName - The table name.
objectName - The DB object name.
columnList - The column values.

Returns

The unique key Alter SQL text.

Syntax

C#
String AddUniqueKey(String tableName, String objectName, String columnList)

Adds a unique key.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.